home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Programmer's Utilities / Freeman Installer / fiuser.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-10  |  480 b   |  16 lines

  1. /* The only purpose of this file is to let you put your own */
  2. /* function  declarations  here. These declarations will be */
  3. /* #include'd  into  fiuser.cpp. Then you can call your own */
  4. /* functions in the user code event. Of course, you need to */
  5. /* define the corresponding functions in  your  own  source */
  6. /* file which should be added to the project.               */
  7.  
  8. /* put something like:
  9.  
  10. extern int myownfunc1();
  11. extenr int myownfunc2();
  12.  
  13.  
  14. here. */
  15.  
  16.